home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3effect.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_EFFECT_H = 1;
- include("real/objects/r3prim.js")
-
-
- var R3CLID_EFFECT = 387;
-
-
-
-
-
-
-
- R3EFA_EffectName = 387500;
- function SetR3EFA_EffectName(value) {
- R3Set(this.r3obj, R3EFA_EffectName, value, R3TID_STRING, 0);
- }
-
- function GetR3EFA_EffectName() {
- return R3Get(this.r3obj, R3EFA_EffectName, R3TID_STRING, 0);
- }
-
-
-
- function r3Effect () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_EFFECT, arguments);
- }
- // Methods
-
- // Attributes
- this.GetEffectName=GetR3EFA_EffectName;
- this.SetEffectName=SetR3EFA_EffectName;
- }
-
- r3Effect.prototype=new r3Primitive;
- // r3effect.h_H